MSVC 2010+ Projects: Update "Installation" Process
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 9 Jun 2014 03:48:54 +0000 (11:48 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 9 Jun 2014 03:48:54 +0000 (11:48 +0800)
commit8e88a2e1360d7a74bf300bb5b855d9daf3f19691
tree1c6e27e3f4c6898b6cbe7d7809f5f929a4b60eba
parent15c34b22d2874d71505e93899083a355b8a8302c
MSVC 2010+ Projects: Update "Installation" Process

Currently, due to the way that Visual Studio 2010+ projects are handled,
the "install" project does not re-build upon changes to the sources, as it
does not believe that its dependencies have changed, although the changed
sources are automatically recompiled.  This means that if a part or more
of the solution does not build, or if the sources need some other fixes
or enhancements, the up-to-date build is not copied automatically, which
can be misleading.

Improve on the situation by forcing the "install" project to trigger its
rebuild, so that the updated binaries can be copied.  This does trigger an
MSBuild warning, but having that warning is way better than not having an
up-to-date build, especially during testing and development.
build/win32/vs10/gtk-install.props
build/win32/vs10/install.vcxproj